projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb2b000
)
(elp-results): Use `mapc' rather than `mapcar'.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 26 Sep 2007 00:14:17 +0000
(
00:14
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 26 Sep 2007 00:14:17 +0000
(
00:14
+0000)
lisp/emacs-lisp/elp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/elp.el
b/lisp/emacs-lisp/elp.el
index ed09599f4dd39e15b65fbec79ca01f091f05ea0c..ade2a23608d3761348af050b8e9a034e900c2d3b 100644
(file)
--- a/
lisp/emacs-lisp/elp.el
+++ b/
lisp/emacs-lisp/elp.el
@@
-615,7
+615,7
@@
displayed."
;; buffer
(if elp-sort-by-function
(setq resvec (sort resvec elp-sort-by-function)))
- (mapc
ar
'elp-output-result resvec))
+ (mapc 'elp-output-result resvec))
;; now pop up results buffer
(set-buffer curbuf)
(pop-to-buffer resultsbuf)